﻿2026-07-08T01:51:10.0800482Z ##[group]Run set -euo pipefail
2026-07-08T01:51:10.0801607Z [36;1mset -euo pipefail[0m
2026-07-08T01:51:10.0802484Z [36;1mPIN=0c95435[0m
2026-07-08T01:51:10.0803322Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-08T01:51:10.0804369Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-08T01:51:10.0805789Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-08T01:51:10.0807699Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-08T01:51:10.0809673Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-08T01:51:10.0811142Z [36;1m  rm -rf "$CACHE"[0m
2026-07-08T01:51:10.0812142Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-08T01:51:10.0813273Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-08T01:51:10.0814652Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-08T01:51:10.0816046Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-08T01:51:10.0817082Z [36;1mfi[0m
2026-07-08T01:51:10.0818235Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-08T01:51:10.0837517Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-08T01:51:10.0838701Z env:
2026-07-08T01:51:10.0839536Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-08T01:51:10.0840485Z ##[endgroup]
2026-07-08T01:51:10.3798368Z    Compiling proc-macro2 v1.0.106
2026-07-08T01:51:10.3800202Z    Compiling unicode-ident v1.0.24
2026-07-08T01:51:10.3801460Z    Compiling quote v1.0.45
2026-07-08T01:51:10.3802582Z    Compiling libc v0.2.186
2026-07-08T01:51:10.3803623Z    Compiling serde_core v1.0.228
2026-07-08T01:51:10.3805216Z    Compiling cfg-if v1.0.4
2026-07-08T01:51:10.3806327Z    Compiling serde v1.0.228
2026-07-08T01:51:10.3839504Z    Compiling log v0.4.32
2026-07-08T01:51:10.3883107Z    Compiling pin-project-lite v0.2.17
2026-07-08T01:51:10.3923461Z    Compiling portable-atomic v1.13.1
2026-07-08T01:51:10.3952570Z    Compiling typenum v1.20.1
2026-07-08T01:51:10.3954837Z    Compiling memchr v2.8.1
2026-07-08T01:51:10.3956386Z    Compiling version_check v0.9.5
2026-07-08T01:51:10.3957975Z    Compiling shlex v2.0.1
2026-07-08T01:51:10.4065097Z    Compiling find-msvc-tools v0.1.9
2026-07-08T01:51:10.4439512Z    Compiling critical-section v1.2.0
2026-07-08T01:51:10.4792683Z    Compiling bytes v1.11.1
2026-07-08T01:51:10.4904347Z    Compiling subtle v2.6.1
2026-07-08T01:51:10.5931847Z    Compiling futures-core v0.3.32
2026-07-08T01:51:10.7085145Z    Compiling equivalent v1.0.2
2026-07-08T01:51:10.7160472Z    Compiling smallvec v1.15.1
2026-07-08T01:51:10.7163147Z    Compiling itoa v1.0.18
2026-07-08T01:51:10.7443752Z    Compiling semver v1.0.28
2026-07-08T01:51:10.7999300Z    Compiling stable_deref_trait v1.2.1
2026-07-08T01:51:10.8221245Z    Compiling futures-io v0.3.32
2026-07-08T01:51:10.8243756Z    Compiling slab v0.4.12
2026-07-08T01:51:10.8616910Z    Compiling futures-sink v0.3.32
2026-07-08T01:51:10.8831384Z    Compiling futures-task v0.3.32
2026-07-08T01:51:10.9731469Z    Compiling generic-array v0.14.7
2026-07-08T01:51:11.0362282Z    Compiling futures-channel v0.3.32
2026-07-08T01:51:11.0392422Z    Compiling rand_core v0.10.1
2026-07-08T01:51:11.0600592Z    Compiling rustc_version v0.4.1
2026-07-08T01:51:11.0721022Z    Compiling rustversion v1.0.22
2026-07-08T01:51:11.0825960Z    Compiling hashbrown v0.17.1
2026-07-08T01:51:11.1118621Z    Compiling bitflags v2.12.1
2026-07-08T01:51:11.1384995Z    Compiling getrandom v0.4.2
2026-07-08T01:51:11.2012813Z    Compiling cpufeatures v0.2.17
2026-07-08T01:51:11.2741278Z    Compiling fnv v1.0.7
2026-07-08T01:51:11.2808859Z    Compiling strsim v0.11.1
2026-07-08T01:51:11.3060928Z    Compiling cfg_aliases v0.2.1
2026-07-08T01:51:11.3384073Z    Compiling litemap v0.8.2
2026-07-08T01:51:11.3781169Z    Compiling writeable v0.6.3
2026-07-08T01:51:11.3970838Z    Compiling fs_extra v1.3.0
2026-07-08T01:51:11.4260016Z    Compiling icu_properties_data v2.2.0
2026-07-08T01:51:11.4781172Z    Compiling dunce v1.0.5
2026-07-08T01:51:11.5629280Z    Compiling icu_normalizer_data v2.2.0
2026-07-08T01:51:11.6051924Z    Compiling utf8_iter v1.0.4
2026-07-08T01:51:11.6451618Z    Compiling ident_case v1.0.1
2026-07-08T01:51:11.7650849Z    Compiling percent-encoding v2.3.2
2026-07-08T01:51:11.7821140Z    Compiling autocfg v1.5.1
2026-07-08T01:51:11.8121576Z    Compiling http v1.4.1
2026-07-08T01:51:11.8641327Z    Compiling unicode-segmentation v1.13.3
2026-07-08T01:51:11.9442310Z    Compiling indexmap v2.14.0
2026-07-08T01:51:11.9571142Z    Compiling thiserror v2.0.18
2026-07-08T01:51:11.9690199Z    Compiling aws-lc-rs v1.17.0
2026-07-08T01:51:12.0634097Z    Compiling syn v2.0.117
2026-07-08T01:51:12.0938503Z    Compiling cpufeatures v0.3.0
2026-07-08T01:51:12.1240807Z    Compiling scopeguard v1.2.0
2026-07-08T01:51:12.1528423Z    Compiling form_urlencoded v1.2.2
2026-07-08T01:51:12.2270858Z    Compiling lock_api v0.4.14
2026-07-08T01:51:12.2461147Z    Compiling chacha20 v0.10.0
2026-07-08T01:51:12.2560318Z    Compiling untrusted v0.9.0
2026-07-08T01:51:12.3820665Z    Compiling heck v0.5.0
2026-07-08T01:51:12.3980658Z    Compiling rustls v0.23.40
2026-07-08T01:51:12.4018873Z    Compiling const-oid v0.10.2
2026-07-08T01:51:12.4090362Z    Compiling unicode-xid v0.2.6
2026-07-08T01:51:12.4430590Z    Compiling atomic-waker v1.1.2
2026-07-08T01:51:12.5040573Z    Compiling anyhow v1.0.102
2026-07-08T01:51:12.6020501Z    Compiling httparse v1.10.1
2026-07-08T01:51:12.6230921Z    Compiling parking_lot_core v0.9.12
2026-07-08T01:51:12.6270581Z    Compiling paste v1.0.15
2026-07-08T01:51:12.6400298Z    Compiling convert_case v0.10.0
2026-07-08T01:51:12.6670522Z    Compiling zerocopy v0.8.50
2026-07-08T01:51:12.6751326Z    Compiling num-traits v0.2.19
2026-07-08T01:51:12.8220643Z    Compiling hybrid-array v0.4.12
2026-07-08T01:51:12.8560808Z    Compiling curve25519-dalek v4.1.3
2026-07-08T01:51:12.8750713Z    Compiling ahash v0.8.12
2026-07-08T01:51:12.9761034Z    Compiling http-body v1.0.1
2026-07-08T01:51:13.0410712Z    Compiling fastrand v2.4.1
2026-07-08T01:51:13.0571208Z    Compiling base64ct v1.8.3
2026-07-08T01:51:13.0740823Z    Compiling jobserver v0.1.34
2026-07-08T01:51:13.1560712Z    Compiling powerfmt v0.2.0
2026-07-08T01:51:13.1856502Z    Compiling either v1.16.0
2026-07-08T01:51:13.3187581Z    Compiling mio v1.2.1
2026-07-08T01:51:13.3328030Z    Compiling socket2 v0.6.4
2026-07-08T01:51:13.3440510Z    Compiling crypto-common v0.1.7
2026-07-08T01:51:13.3468490Z    Compiling getrandom v0.2.17
2026-07-08T01:51:13.4460827Z    Compiling cc v1.2.63
2026-07-08T01:51:13.4910746Z    Compiling block-buffer v0.10.4
2026-07-08T01:51:13.5071113Z    Compiling rand_core v0.6.4
2026-07-08T01:51:13.5330880Z    Compiling deranged v0.5.8
2026-07-08T01:51:13.6069842Z    Compiling pem-rfc7468 v1.0.0
2026-07-08T01:51:13.6231408Z    Compiling digest v0.10.7
2026-07-08T01:51:13.7420682Z    Compiling rand v0.10.1
2026-07-08T01:51:13.7620315Z    Compiling uuid v1.23.2
2026-07-08T01:51:13.7822455Z    Compiling tower-service v0.3.3
2026-07-08T01:51:13.8092545Z    Compiling try-lock v0.2.5
2026-07-08T01:51:13.8906536Z    Compiling zmij v1.0.21
2026-07-08T01:51:13.9160527Z    Compiling base64 v0.22.1
2026-07-08T01:51:13.9191515Z    Compiling data-encoding v2.11.0
2026-07-08T01:51:13.9311515Z    Compiling tinyvec_macros v0.1.1
2026-07-08T01:51:13.9920570Z    Compiling time-core v0.1.8
2026-07-08T01:51:14.0030263Z    Compiling num-conv v0.2.2
2026-07-08T01:51:14.1860598Z    Compiling vcpkg v0.2.15
2026-07-08T01:51:14.2160701Z    Compiling pkg-config v0.3.33
2026-07-08T01:51:14.2270408Z    Compiling tinyvec v1.11.0
2026-07-08T01:51:14.2778659Z    Compiling sha2 v0.10.9
2026-07-08T01:51:14.2848572Z    Compiling want v0.3.1
2026-07-08T01:51:14.4063862Z    Compiling parking_lot v0.12.5
2026-07-08T01:51:14.4140769Z    Compiling block-buffer v0.12.0
2026-07-08T01:51:14.5570769Z    Compiling crypto-common v0.2.2
2026-07-08T01:51:14.5910502Z    Compiling inout v0.1.4
2026-07-08T01:51:14.6400379Z    Compiling vergen-lib v9.1.0
2026-07-08T01:51:14.7840470Z    Compiling n0-future v0.3.2
2026-07-08T01:51:14.8222362Z    Compiling parking v2.2.1
2026-07-08T01:51:14.8580635Z    Compiling crossbeam-utils v0.8.21
2026-07-08T01:51:14.8660096Z    Compiling winnow v1.0.3
2026-07-08T01:51:14.8810382Z    Compiling serde_json v1.0.150
2026-07-08T01:51:15.0320473Z    Compiling cmake v0.1.58
2026-07-08T01:51:15.0608159Z    Compiling cordyceps v0.3.4
2026-07-08T01:51:15.1244723Z    Compiling signature v2.2.0
2026-07-08T01:51:15.1373349Z    Compiling spin v0.10.0
2026-07-08T01:51:15.1479536Z    Compiling diatomic-waker v0.2.3
2026-07-08T01:51:15.2227507Z    Compiling httpdate v1.0.3
2026-07-08T01:51:15.2630363Z    Compiling ed25519 v2.2.3
2026-07-08T01:51:15.2861016Z    Compiling futures-lite v2.6.1
2026-07-08T01:51:15.3000521Z    Compiling cipher v0.4.4
2026-07-08T01:51:15.3098606Z    Compiling netlink-packet-core v0.8.1
2026-07-08T01:51:15.3443977Z    Compiling universal-hash v0.5.1
2026-07-08T01:51:15.3471064Z    Compiling vergen v9.1.0
2026-07-08T01:51:15.3690695Z    Compiling vergen-lib v0.1.6
2026-07-08T01:51:15.4686828Z    Compiling futures-buffered v0.2.13
2026-07-08T01:51:15.4865647Z    Compiling heapless v0.7.17
2026-07-08T01:51:15.5340276Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-08T01:51:15.5423604Z    Compiling noq-udp v0.10.0
2026-07-08T01:51:15.5690696Z    Compiling sync_wrapper v1.0.2
2026-07-08T01:51:15.5960788Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-08T01:51:15.6207699Z    Compiling allocator-api2 v0.2.21
2026-07-08T01:51:15.6511065Z    Compiling byteorder v1.5.0
2026-07-08T01:51:15.7030362Z    Compiling opaque-debug v0.3.1
2026-07-08T01:51:15.7901026Z    Compiling digest v0.11.3
2026-07-08T01:51:15.8600627Z    Compiling polyval v0.6.2
2026-07-08T01:51:15.8980364Z    Compiling hash32 v0.2.1
2026-07-08T01:51:15.9370565Z    Compiling spin v0.9.8
2026-07-08T01:51:15.9460692Z    Compiling vergen-gitcl v1.0.8
2026-07-08T01:51:15.9584587Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-08T01:51:15.9792176Z    Compiling aws-lc-sys v0.41.0
2026-07-08T01:51:16.0020985Z    Compiling ring v0.17.14
2026-07-08T01:51:16.1130865Z    Compiling libsqlite3-sys v0.30.1
2026-07-08T01:51:16.1202709Z    Compiling num_threads v0.1.7
2026-07-08T01:51:16.1357653Z    Compiling signature v3.0.0
2026-07-08T01:51:16.1740272Z    Compiling fallible-iterator v0.3.0
2026-07-08T01:51:16.1780425Z    Compiling tower-layer v0.3.3
2026-07-08T01:51:16.2324514Z    Compiling ryu v1.0.23
2026-07-08T01:51:16.2480496Z    Compiling time v0.3.47
2026-07-08T01:51:16.3260318Z    Compiling sha2 v0.11.0-rc.5
2026-07-08T01:51:16.4490813Z    Compiling ghash v0.5.1
2026-07-08T01:51:16.5180274Z    Compiling ctr v0.9.2
2026-07-08T01:51:16.5420605Z    Compiling aes v0.8.4
2026-07-08T01:51:16.6350347Z    Compiling aead v0.5.2
2026-07-08T01:51:16.6600436Z    Compiling fs2 v0.4.3
2026-07-08T01:51:16.7400286Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-08T01:51:16.7542841Z    Compiling http-body-util v0.1.3
2026-07-08T01:51:16.8022405Z    Compiling arrayvec v0.7.6
2026-07-08T01:51:16.8470265Z    Compiling openssl-probe v0.2.1
2026-07-08T01:51:16.8620300Z    Compiling utf8parse v0.2.2
2026-07-08T01:51:16.9180447Z    Compiling crossbeam-channel v0.5.15
2026-07-08T01:51:16.9790484Z    Compiling crossbeam-epoch v0.9.18
2026-07-08T01:51:17.0943504Z    Compiling blake3 v1.8.5
2026-07-08T01:51:17.1030599Z    Compiling netlink-packet-route v0.29.0
2026-07-08T01:51:17.1178314Z    Compiling aes-gcm v0.10.3
2026-07-08T01:51:17.2092237Z    Compiling memoffset v0.6.5
2026-07-08T01:51:17.3470077Z    Compiling acto v0.8.2
2026-07-08T01:51:17.4496489Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-08T01:51:17.5050108Z    Compiling netwatch v0.16.0
2026-07-08T01:51:17.5330572Z    Compiling noq v0.18.0
2026-07-08T01:51:17.5910613Z    Compiling identity-hash v0.1.0
2026-07-08T01:51:17.6100648Z    Compiling thiserror v1.0.69
2026-07-08T01:51:17.7021721Z    Compiling ref-cast v1.0.25
2026-07-08T01:51:17.7561695Z    Compiling lru-slab v0.1.2
2026-07-08T01:51:17.7910659Z    Compiling sorted-index-buffer v0.2.1
2026-07-08T01:51:17.8240546Z    Compiling mac-addr v0.3.0
2026-07-08T01:51:17.8591960Z    Compiling xml-rs v0.8.28
2026-07-08T01:51:17.8724823Z    Compiling tagptr v0.2.0
2026-07-08T01:51:17.9544219Z    Compiling rustc-hash v2.1.2
2026-07-08T01:51:17.9780968Z    Compiling rustix v1.1.4
2026-07-08T01:51:18.0490568Z    Compiling foldhash v0.2.0
2026-07-08T01:51:18.1640788Z    Compiling hashbrown v0.16.1
2026-07-08T01:51:18.2049815Z    Compiling netlink-packet-route v0.30.0
2026-07-08T01:51:18.2543592Z    Compiling errno v0.3.14
2026-07-08T01:51:18.2940798Z    Compiling synstructure v0.13.2
2026-07-08T01:51:18.4060912Z    Compiling darling_core v0.20.11
2026-07-08T01:51:18.5154328Z    Compiling proc-macro-crate v3.5.0
2026-07-08T01:51:18.9260139Z    Compiling xmltree v0.10.3
2026-07-08T01:51:19.0740489Z    Compiling serde_derive_internals v0.29.1
2026-07-08T01:51:19.1461799Z    Compiling serial-core v0.4.0
2026-07-08T01:51:19.1468103Z    Compiling termios v0.2.2
2026-07-08T01:51:19.1469738Z    Compiling ioctl-rs v0.1.6
2026-07-08T01:51:19.1760181Z    Compiling simple-dns v0.9.3
2026-07-08T01:51:19.2271943Z    Compiling aho-corasick v1.1.4
2026-07-08T01:51:19.2698901Z    Compiling arrayref v0.3.9
2026-07-08T01:51:19.3252935Z    Compiling linux-raw-sys v0.12.1
2026-07-08T01:51:19.3408435Z    Compiling winnow v0.7.15
2026-07-08T01:51:19.4351262Z    Compiling signal-hook v0.3.18
2026-07-08T01:51:19.4940747Z    Compiling smol_str v0.1.24
2026-07-08T01:51:19.6200583Z    Compiling constant_time_eq v0.4.2
2026-07-08T01:51:19.6530548Z    Compiling resolv-conf v0.7.6
2026-07-08T01:51:19.7840852Z    Compiling regex-syntax v0.8.10
2026-07-08T01:51:19.9288707Z    Compiling toml_write v0.1.2
2026-07-08T01:51:19.9488048Z    Compiling sha1_smol v1.0.1
2026-07-08T01:51:20.1940850Z    Compiling simdutf8 v0.1.5
2026-07-08T01:51:20.2870466Z    Compiling serial-unix v0.4.0
2026-07-08T01:51:20.5690554Z    Compiling lru v0.16.4
2026-07-08T01:51:20.6319674Z    Compiling signal-hook-registry v1.4.8
2026-07-08T01:51:20.6450246Z    Compiling darling_core v0.23.0
2026-07-08T01:51:20.8549930Z    Compiling serde_derive v1.0.228
2026-07-08T01:51:20.8950048Z    Compiling zeroize_derive v1.4.3
2026-07-08T01:51:21.0576119Z    Compiling tokio-macros v2.7.0
2026-07-08T01:51:21.3480383Z    Compiling futures-macro v0.3.32
2026-07-08T01:51:21.6270534Z    Compiling zeroize v1.8.2
2026-07-08T01:51:21.8093739Z    Compiling zerofrom-derive v0.1.7
2026-07-08T01:51:21.9860902Z    Compiling tokio v1.52.3
2026-07-08T01:51:22.3100685Z    Compiling yoke-derive v0.8.2
2026-07-08T01:51:22.3800779Z    Compiling zerovec-derive v0.11.3
2026-07-08T01:51:22.6050695Z    Compiling displaydoc v0.2.6
2026-07-08T01:51:22.6190698Z    Compiling futures-util v0.3.32
2026-07-08T01:51:22.6420625Z    Compiling tracing-attributes v0.1.31
2026-07-08T01:51:23.5890669Z    Compiling rustls-pki-types v1.14.1
2026-07-08T01:51:23.6080310Z    Compiling zerofrom v0.1.8
2026-07-08T01:51:23.8160781Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-08T01:51:23.8511022Z    Compiling yoke v0.8.3
2026-07-08T01:51:23.9461043Z    Compiling thiserror-impl v2.0.18
2026-07-08T01:51:24.1162606Z    Compiling zerovec v0.11.6
2026-07-08T01:51:24.1460682Z    Compiling zerotrie v0.2.4
2026-07-08T01:51:24.6131457Z    Compiling darling_macro v0.20.11
2026-07-08T01:51:24.6171509Z    Compiling derive_more-impl v2.1.1
2026-07-08T01:51:24.6610252Z    Compiling n0-error-macros v0.1.3
2026-07-08T01:51:24.6880517Z    Compiling spez v0.1.2
2026-07-08T01:51:25.0570249Z    Compiling darling v0.20.11
2026-07-08T01:51:25.1245191Z    Compiling tinystr v0.8.3
2026-07-08T01:51:25.1602549Z    Compiling potential_utf v0.1.5
2026-07-08T01:51:25.1817620Z    Compiling derive_builder_core v0.20.2
2026-07-08T01:51:25.2463609Z    Compiling der v0.8.0-rc.10
2026-07-08T01:51:25.3920552Z    Compiling icu_locale_core v2.2.0
2026-07-08T01:51:25.4740729Z    Compiling icu_collections v2.2.0
2026-07-08T01:51:25.9560598Z    Compiling n0-error v0.1.3
2026-07-08T01:51:26.2300647Z    Compiling pin-project-internal v1.1.13
2026-07-08T01:51:26.3711050Z    Compiling cobs v0.3.0
2026-07-08T01:51:26.4980544Z    Compiling postcard-derive v0.2.2
2026-07-08T01:51:26.5840552Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-08T01:51:26.8703119Z    Compiling icu_provider v2.2.0
2026-07-08T01:51:27.0911596Z    Compiling ipnet v2.12.0
2026-07-08T01:51:27.1750372Z    Compiling derive_builder_macro v0.20.2
2026-07-08T01:51:27.3314563Z    Compiling icu_normalizer v2.2.0
2026-07-08T01:51:27.3574617Z    Compiling icu_properties v2.2.0
2026-07-08T01:51:27.5297442Z    Compiling derive_builder v0.20.2
2026-07-08T01:51:27.6031560Z    Compiling once_cell v1.21.4
2026-07-08T01:51:27.6330246Z    Compiling spki v0.8.0-rc.4
2026-07-08T01:51:27.7870921Z    Compiling prefix-trie v0.8.4
2026-07-08T01:51:27.8715651Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-08T01:51:27.8958582Z    Compiling tracing-core v0.1.36
2026-07-08T01:51:27.9985722Z    Compiling pin-project v1.1.13
2026-07-08T01:51:28.0670799Z    Compiling futures-executor v0.3.32
2026-07-08T01:51:28.0882728Z    Compiling ed25519-dalek v2.2.0
2026-07-08T01:51:28.1590525Z    Compiling hashbrown v0.14.5
2026-07-08T01:51:28.1710704Z    Compiling ed25519 v3.0.0-rc.4
2026-07-08T01:51:28.4760391Z    Compiling spt-proto v0.29.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-08T01:51:28.5440524Z    Compiling futures v0.3.32
2026-07-08T01:51:28.6090691Z    Compiling tracing v0.1.44
2026-07-08T01:51:28.7340578Z    Compiling data-encoding-macro v0.1.20
2026-07-08T01:51:28.7461581Z    Compiling rustls-native-certs v0.8.4
2026-07-08T01:51:28.8244670Z    Compiling strum_macros v0.28.0
2026-07-08T01:51:28.9890613Z    Compiling tokio-util v0.7.18
2026-07-08T01:51:29.0900429Z    Compiling netlink-sys v0.8.8
2026-07-08T01:51:29.1760579Z    Compiling hashlink v0.9.1
2026-07-08T01:51:29.3126221Z    Compiling tower v0.5.3
2026-07-08T01:51:29.4106222Z    Compiling idna_adapter v1.2.2
2026-07-08T01:51:29.5300870Z    Compiling idna v1.1.0
2026-07-08T01:51:29.5460746Z    Compiling postcard v1.1.3
2026-07-08T01:51:29.6971012Z    Compiling num_enum_derive v0.7.6
2026-07-08T01:51:29.7518142Z    Compiling iroh-metrics-derive v0.4.1
2026-07-08T01:51:29.8740154Z    Compiling async-trait v0.1.89
2026-07-08T01:51:29.9740791Z    Compiling enum-assoc v1.3.0
2026-07-08T01:51:30.0514037Z    Compiling url v2.5.8
2026-07-08T01:51:30.2200543Z    Compiling h2 v0.4.14
2026-07-08T01:51:30.2470756Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-08T01:51:30.3330488Z    Compiling iroh-metrics v0.38.3
2026-07-08T01:51:30.3865057Z    Compiling derive_more v2.1.1
2026-07-08T01:51:30.4090593Z    Compiling rusqlite v0.32.1
2026-07-08T01:51:30.4762937Z    Compiling tokio-stream v0.1.18
2026-07-08T01:51:30.7830505Z    Compiling n0-watcher v0.6.1
2026-07-08T01:51:30.8330494Z    Compiling iroh-relay v0.98.0
2026-07-08T01:51:30.9726438Z    Compiling netlink-proto v0.12.0
2026-07-08T01:51:31.0802890Z    Compiling netdev v0.42.0
2026-07-08T01:51:31.0810431Z    Compiling moka v0.12.15
2026-07-08T01:51:31.1115348Z    Compiling toml_datetime v0.6.11
2026-07-08T01:51:31.1748557Z    Compiling serde_spanned v0.6.9
2026-07-08T01:51:31.1749610Z    Compiling thiserror-impl v1.0.69
2026-07-08T01:51:31.1871135Z    Compiling ref-cast-impl v1.0.25
2026-07-08T01:51:31.1951566Z    Compiling num_enum v0.7.6
2026-07-08T01:51:31.2552015Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-08T01:51:31.3130535Z    Compiling tower-http v0.6.11
2026-07-08T01:51:31.3840533Z    Compiling iroh-base v0.98.0
2026-07-08T01:51:31.4000382Z    Compiling attohttpc v0.30.1
2026-07-08T01:51:31.5780525Z    Compiling toml_edit v0.22.27
2026-07-08T01:51:32.0570820Z    Compiling spt-store v0.29.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-08T01:51:32.1310412Z    Compiling webpki-roots v1.0.7
2026-07-08T01:51:32.1828878Z    Compiling strum v0.28.0
2026-07-08T01:51:32.2590455Z    Compiling regex-automata v0.4.14
2026-07-08T01:51:32.3400369Z    Compiling iroh-dns v0.98.0
2026-07-08T01:51:32.4149462Z    Compiling schemars_derive v1.2.1
2026-07-08T01:51:32.7200452Z    Compiling serde_bytes v0.11.19
2026-07-08T01:51:32.8230365Z    Compiling hmac v0.12.1
2026-07-08T01:51:32.9501061Z    Compiling seize v0.5.1
2026-07-08T01:51:32.9640819Z    Compiling iroh v0.98.2
2026-07-08T01:51:33.0021100Z    Compiling pin-utils v0.1.0
2026-07-08T01:51:33.0143961Z    Compiling rustix v0.38.44
2026-07-08T01:51:33.0897762Z    Compiling dyn-clone v1.0.20
2026-07-08T01:51:33.2630192Z    Compiling cmov v0.5.4
2026-07-08T01:51:33.2864201Z    Compiling bitflags v1.3.2
2026-07-08T01:51:33.3476480Z    Compiling filedescriptor v0.8.3
2026-07-08T01:51:33.3638850Z    Compiling papaya v0.2.4
2026-07-08T01:51:33.3960338Z    Compiling nix v0.25.1
2026-07-08T01:51:33.5500875Z    Compiling hkdf v0.12.4
2026-07-08T01:51:33.5810119Z    Compiling ctutils v0.4.2
2026-07-08T01:51:33.5900351Z    Compiling backon v1.6.0
2026-07-08T01:51:33.6510486Z    Compiling darling_macro v0.23.0
2026-07-08T01:51:33.8310125Z    Compiling serial v0.4.0
2026-07-08T01:51:33.8460519Z    Compiling anstyle-parse v1.0.0
2026-07-08T01:51:33.9160561Z    Compiling vte_generate_state_changes v0.1.2
2026-07-08T01:51:33.9230761Z    Compiling linux-raw-sys v0.4.15
2026-07-08T01:51:33.9454341Z    Compiling colorchoice v1.0.5
2026-07-08T01:51:34.0450605Z    Compiling foldhash v0.1.5
2026-07-08T01:51:34.0700585Z    Compiling anstyle v1.0.14
2026-07-08T01:51:34.0870877Z    Compiling is_terminal_polyfill v1.70.2
2026-07-08T01:51:34.1300760Z    Compiling shell-words v1.1.1
2026-07-08T01:51:34.2120965Z    Compiling anstyle-query v1.1.5
2026-07-08T01:51:34.2980247Z    Compiling instability v0.3.12
2026-07-08T01:51:34.3080549Z    Compiling downcast-rs v1.2.1
2026-07-08T01:51:34.3210628Z    Compiling vte v0.13.1
2026-07-08T01:51:34.3550577Z    Compiling hashbrown v0.15.5
2026-07-08T01:51:34.4546302Z    Compiling anstream v1.0.0
2026-07-08T01:51:34.4639486Z    Compiling signal-hook-mio v0.2.5
2026-07-08T01:51:34.4794979Z    Compiling darling v0.23.0
2026-07-08T01:51:34.5110668Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-08T01:51:34.6040505Z    Compiling spake2 v0.4.0
2026-07-08T01:51:34.6182395Z    Compiling terminal_size v0.4.4
2026-07-08T01:51:34.8520271Z    Compiling toml v0.8.23
2026-07-08T01:51:34.9288788Z    Compiling strum_macros v0.26.4
2026-07-08T01:51:35.1010435Z    Compiling sha1 v0.10.6
2026-07-08T01:51:35.2383416Z    Compiling schemars v1.2.1
2026-07-08T01:51:35.4437951Z    Compiling itertools v0.13.0
2026-07-08T01:51:35.4550402Z    Compiling castaway v0.2.4
2026-07-08T01:51:35.5540562Z    Compiling static_assertions v1.1.0
2026-07-08T01:51:35.6220431Z    Compiling unicode-width v0.1.14
2026-07-08T01:51:35.6340672Z    Compiling doctest-file v1.1.1
2026-07-08T01:51:35.9150444Z    Compiling regex v1.12.3
2026-07-08T01:51:35.9310253Z    Compiling clap_lex v1.1.0
2026-07-08T01:51:36.1310779Z    Compiling indoc v2.0.7
2026-07-08T01:51:36.2070751Z    Compiling clap_builder v4.6.0
2026-07-08T01:51:36.2860857Z    Compiling interprocess v2.4.2
2026-07-08T01:51:36.7705144Z    Compiling hyper v1.10.1
2026-07-08T01:51:36.7793845Z    Compiling spt-msg v0.29.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-08T01:51:37.5431129Z    Compiling spt-runtime v0.29.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-08T01:51:37.9100434Z    Compiling unicode-truncate v1.1.0
2026-07-08T01:51:38.0776632Z    Compiling compact_str v0.8.2
2026-07-08T01:51:38.0985684Z    Compiling crossterm v0.28.1
2026-07-08T01:51:38.3220759Z    Compiling portable-pty v0.8.1
2026-07-08T01:51:38.3680540Z    Compiling strum v0.26.3
2026-07-08T01:51:38.5031450Z    Compiling lru v0.12.5
2026-07-08T01:51:38.6796520Z    Compiling hyper-util v0.1.20
2026-07-08T01:51:38.7861091Z    Compiling spt-term v0.29.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-08T01:51:38.8130345Z    Compiling clap_derive v4.6.1
2026-07-08T01:51:38.8400456Z    Compiling iana-time-zone v0.1.65
2026-07-08T01:51:39.2680581Z    Compiling unicode-width v0.2.0
2026-07-08T01:51:39.3825226Z    Compiling cassowary v0.3.0
2026-07-08T01:51:39.4450440Z    Compiling chrono v0.4.45
2026-07-08T01:51:39.5580514Z    Compiling nucleo-matcher v0.3.1
2026-07-08T01:51:39.6850741Z    Compiling qrcode v0.14.1
2026-07-08T01:51:39.7956828Z    Compiling ratatui v0.29.0
2026-07-08T01:51:39.8500960Z    Compiling tempfile v3.27.0
2026-07-08T01:51:41.0800741Z    Compiling igd-next v0.17.1
2026-07-08T01:51:41.3148588Z    Compiling clap v4.6.1
2026-07-08T01:51:41.4921055Z    Compiling spt-live v0.29.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-08T01:51:42.4837670Z    Compiling portmapper v0.16.0
2026-07-08T01:51:49.0724221Z    Compiling rustls-webpki v0.103.13
2026-07-08T01:51:51.7226623Z    Compiling tokio-rustls v0.26.4
2026-07-08T01:51:51.7227637Z    Compiling rustls-platform-verifier v0.7.0
2026-07-08T01:51:51.7228099Z    Compiling noq-proto v0.17.0
2026-07-08T01:51:51.8831025Z    Compiling hickory-net v0.26.0-beta.4
2026-07-08T01:51:51.8831597Z    Compiling hyper-rustls v0.27.9
2026-07-08T01:51:51.8831891Z    Compiling tokio-websockets v0.13.2
2026-07-08T01:51:52.0384781Z    Compiling reqwest v0.13.4
2026-07-08T01:51:53.1011239Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-08T01:52:08.9525528Z    Compiling spt-net v0.29.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-08T01:52:10.5971603Z    Compiling spt-daemon v0.29.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-08T01:52:19.6715345Z    Compiling spt v0.29.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-08T01:52:24.8847930Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
2026-07-08T01:52:24.9087206Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a1d582ced7c09538)
2026-07-08T01:52:24.9101861Z 
2026-07-08T01:52:24.9102017Z running 1 test
2026-07-08T01:52:31.1066005Z 
2026-07-08T01:52:31.1066925Z thread 'new_brain_serves_against_old_broker' (188828) panicked at crates/spt/tests/n1_pairing.rs:161:5:
2026-07-08T01:52:31.1067453Z the current brain must connect + handshake the old broker (BRAIN_UP).
2026-07-08T01:52:31.1067793Z TRACE:
2026-07-08T01:52:31.1067903Z 
2026-07-08T01:52:31.1068083Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-07-08T01:52:31.1070732Z test new_brain_serves_against_old_broker ... FAILED
2026-07-08T01:52:31.1070936Z 
2026-07-08T01:52:31.1071022Z failures:
2026-07-08T01:52:31.1071155Z 
2026-07-08T01:52:31.1071236Z failures:
2026-07-08T01:52:31.1071418Z     new_brain_serves_against_old_broker
2026-07-08T01:52:31.1071604Z 
2026-07-08T01:52:31.1071819Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-08T01:52:31.1072143Z 
2026-07-08T01:52:31.1074806Z error: test failed, to rerun pass `-p spt --test n1_pairing`
2026-07-08T01:52:31.1204884Z ##[error]Process completed with exit code 101.
